ComponentOne ASP.NET MVC Controls
Format Method (GaugeBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : Format Method
The value.
Configurates C1.Web.Mvc.Gauge.Format. Sets the format string used for displaying the gauge values as text.
Syntax
'Declaration
 
Public Function Format( _
   ByVal value As String _
) As TBuilder
public TBuilder Format( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members